home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in.1</name>
- <id>-1</id>
- <cardCount>1</cardCount>
- <cardID>2196</cardID>
- <listID>3816</listID>
- <cantModify><false /></cantModify>
- <cantDelete><false /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>416</width>
- <height>296</height>
- </cardSize>
- <script>on openStack
- global username
- if username = "Matthias Kahlert" then
- set lockText of bg fld "XTernal" to false
- set lockText of bg fld "Version" to false
- set lockText of bg fld "Infos" to false
- show bg fld "Resources"
- else
- set lockText of bg fld "XTernal" to true
- set lockText of bg fld "Version" to true
- set lockText of bg fld "Infos" to true
- hide bg fld "Resources"
- end if
- pass openStack
- end openStack
-
- on XC_ShowAbout
- put (bg fld "XTernal" && "Infos") into theWindow
- picture theWindow,"Resource","Dialog"
- if there is no window theWindow then
- beep
- answer "Error…" & return & ¬
- "______________________________________" & return & return & ¬
- "Missing PICT resource or running out of memory." ¬
- with "Sorry"
- else
- wait until the mouseClick
- close window theWindow
- end if
- end XC_ShowAbout</script>
- <background id="2316" file="background_2316.xml" name="XTernal Collection" />
- <card id="2196" file="card_2196.xml" marked="false" name="XTernal Collection" owner="2316" />
- </stack>
-